PRACTICAL NO. 07:- USE OF SPECIAL CHARACTERS IN WEB PAGE




✯Exercise:

✧Write HTML code for following output using text level tag.

Your Image

✯Answer:

Your Image

✯Practical releted Questions :

✧(1) List 6 soecial characters with there corresponding code.

✯Answer:

[1] " ;-quotation mark("")

[2] ' ;-Apastrophe (')

[3] & ;-Ampersand(&)

[4] > ;-greater than(>)

[5] © ;-Copy right (©)

[6] ® ;-Registered trade mark (®)



✧(2) How to comment a html code.

✯Answer:

Your Image

✧(3) How to display an comment in a web page ?

Answer:

We cannot display any comment on the web page



END